(tty-handle-args): Use %S to log ARGS.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Tue, 10 Apr 2007 11:40:00 +0000 (11:40 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Tue, 10 Apr 2007 11:40:00 +0000 (11:40 +0000)
lisp/startup.el

index 22f32d2b1494f976a94fd38aca6a3a7dcbdecc67..84dc4dca8d88f07512cf8674e74ef961809c6db5 100644 (file)
@@ -510,7 +510,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
 ;; Handle the X-like command-line arguments "-fg", "-bg", "-name", etc.
 (defun tty-handle-args (args)
   (let (rest)
-    (message "%s" args)
+    (message "%S" args)
     (while (and args
                (not (equal (car args) "--")))
       (let* ((argi (pop args))